<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "gb2312";
/* CSS Document */
/*reset*/
* {
	margin:0;
	padding:0;
	border:none;
	outline:none;
}
body {
	font-family:"微软雅黑";
	font-size:12px;
	color:#000;
	width:100%;
	height:100%;
	background:#EDEDED;
}
body, ul, li {
	margin:0;
	padding:0;
}
ul {
	list-style:none;
}
img {
	border:none;
}
a {
	text-decoration:none;
}
/*basic*/
.jz {
	margin:0 auto;
}
</pre></body></html>